home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / demos / misc / gettintired.dms / in.adf / Source / protos.h < prev    next >
Encoding:
Text File  |  1994-12-29  |  243 b   |  11 lines

  1. /* Prototypes for non-static functions */
  2.  
  3. /***** Global function declarations for whole program *****/
  4.  
  5. /* init.c */
  6.  
  7. /* Open needed global resources */
  8. BOOL init_open_all(void);
  9. /* Close opened global resources */
  10. void init_close_all(void);
  11.